Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for lwk 0.8.2-1 #4

Merged
merged 4 commits into from
Jan 4, 2025
Merged

Updates for lwk 0.8.2-1 #4

merged 4 commits into from
Jan 4, 2025

Conversation

lvaccaro
Copy link
Member

  • update pods of lwk-swift to 0.8.2-1 release
  • add wrapping of lwk_common::Bip
  • update wrapping of lwk_signer::SwSigner

@@ -26,6 +26,9 @@ export interface NativeLwk {
createSigner(mnemonic: string, network: Network): string;
sign(signerId: string, psetId: string): string;
wpkhSlip77Descriptor(signerId: string): string;
keyoriginXpub(signerId: string, bipId: string): string;
createRandomSigner(network: Network): string;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need random signer?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the reason why we need it. Create random signer can be created without the need of mnemonic.!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right! It could be usefull in test environment

Copy link

@dev4bitcoin dev4bitcoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@lvaccaro lvaccaro merged commit 740c550 into main Jan 4, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants